backend request
This block is part of the state ui group and was last modified in core v14.0.1.
API Selection Required
This block relies on a API to perform its API releated actions. You must manually select the API you want to use in your flow using the API selector modal. To access the modal, click the white button on the block.
backend request v14.0.1 Requests the backend for data that can be used in the state flow
- state required
v14.0.1state - State Key required
v14.0.1valueThe state key to update with the response of the API
- parameters
v14.0.1object - query
v14.0.1object - Show Loader
v14.0.1conditionProviding
truewill hide chaining content with a loader - Use WebSocket
v14.0.1conditionProviding
trueforces the request over a websocket, allowing for broadcasting capabilities like listening on messages. By default the request will be made using the Fetch API. All requests are always made using the local usersaccess_tokenif any is present.
- state
stateReturns the element to the frontend state.
request |
A typical wiring for backend request: value feeds the state_key pin; the state out pin feeds get component child.

Version history
Introduced in v14.0.1.
Back to
state ui Return to the main group to view all sub-groups Back to state actions Return to the group to view all blocks within this group
